home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Esportes / VirtualCurling.swf / scripts / DefineButton2_203 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-08  |  135 b   |  6 lines

  1. on(release){
  2.    loadVariables("http://spenglercup.zurich.ch/formulare","_root.form","POST");
  3.    _root.played = true;
  4.    play();
  5. }
  6.